.st-container{
    margin-top: 126px;
    background-color: #41576c;
    background-image: url("../img/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 600px;
    width: 100%;
}

.st-container-clear{
    margin-top: 170px;
    margin-bottom: 130px;
}

body{
    font-family: 'Open Sans', sans-serif;
}

.st-header{
    /*background-color: #002d65;*/
    background-color: #03224b;
    color: #fff;
    height: 35px;
    display: flex;
    align-items: center;
}

.st-header-size{
    height: 600px;
}

.st-link-h1{
    margin-right: 30px;
    color: #fff;
    text-decoration: none;
}
.st-link-h1:hover{
    color: #fff;
    text-decoration: none;
}

.st-parrafos{
    color: #fff;
}
.st-form{
    background-size: cover;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 45px;
    margin-right: 45px;
    padding: 10px;
}

/* NAVBAR CUSTOM */
.navbar-brand,
.navbar-nav li a {
    line-height: 75px;
    height: 75px;
    padding-top: 0;
}

.navbar-custom {
    background-color: #205eaa;
}

.navbar-custom.nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #000000;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

.navbar-custom .navbar-nav .nav-link {
    color: #fff;
}

/* HOVER NAV */
ul#nav-list li a{
    position: relative;
    color: #f4f4f4;
    margin: 0px 15px;
}

ul#nav-list li a:after{
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(20px);        
}

ul#nav-list li a:hover:after{
    opacity:1;
    transform: translateY(15px);
}

ul#nav-list li a:hover{
    color:#fff;
}

ul#list-link a{
    font-size:14px;
    color: #f4f4f4;
    text-align: center;
}

@media (max-width: 991px) {
    ul#nav-list li a:after{
        width: 30%;
    }
}
/* END */

.img-nav{
    visibility: visible;
    width:45px;
    margin-right: 20px;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #03224b;;
}

.page-footer .footer-copyright{
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: hsla(0,0%,100%,.8);
    background-color: rgba(136, 132, 132, 0.08);
    text-align: center;
}

.footer-titel{
    color: #f4f4f4;
    text-align: center;
}
.link-text{
    font-size:14px;
    color: #f4f4f4;
    text-align: center;
}

/*FONT SIZE 16PX*/

.fs-16{
    font-size: 16px;
}

.fs-14{
    font-size: 14px;
}

.st-icons{
    width: 14%;
    min-width: 45px;
    max-width: 50px;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

#section-introm{
    background: #41576c;
    padding: 30px 0px 30px 0px ;
    text-align: center;
    margin-top: 20px;
}

.map{
    width: 100%;
    height: 300px;
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
}
.st-p-15{
    padding-left: 5%;
    padding-right: 5%;
}

.st-p-form{
    padding-left: 10%;
    padding-right: 10%;
}

.vertical-line { 
    border-left: 1px solid #03224b;
}

@media (max-width: 767px) {
    .vertical-line { 
        border-left: 0px;
    }
    
}

.div-center{
    position: relative;
    width: 100%;
    height: 60px;
  }

.img-center{
    position: absolute;
    width: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.img-card-center{
    display: block;
}

.st-card-150{
    width: 150px;
    max-width: 150px;
    min-width: 100px;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.st-card-100{
    width: 100px;
    max-width: 100px;
    min-width: 65px;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-certificate{
    margin-top: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 320px){
    .img-nav{
        visibility: hidden;
        width:0px;
    }
}

@media screen and (max-width: 320px){
    .fs-16{
        font-size: 14px;
    }
}

/* AVIO COOKIES */

.aviso-cookies {
    display: none;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    padding-top: 60px;
    box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
    text-align: center;
}

.aviso-cookies.activo {
    display: block;
}

.aviso-cookies .galleta {
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
    margin-bottom: 15px;
}

.aviso-cookies .boton {
    width: 100%;
    background: #597791;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.aviso-cookies .boton:hover {
    background: #205eaa;
}

.aviso-cookies .enlace {
    color: #205eaa;
    text-decoration: none;
    font-size: 14px;
}

.aviso-cookies .enlace:hover {
    text-decoration: underline;
}

.fondo-aviso-cookies {
    display: none;
    background: rgba(0,0,0,.20);
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fondo-aviso-cookies.activo {
    display: block;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #597791 !important;
    border-color: #597791 !important;
}

.btn-primary:hover{
    background-color: #205eaa !important;
    border-color: #205eaa  !important;
}
/* END AVISO COOKIES */